-
-
Notifications
You must be signed in to change notification settings - Fork 11
Add a page on resources used by contributors #38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Ivorforce
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oooh this is great! Finally a place to link all those resources!
| Most of these resources are part of the `Godot organization on GitHub <https://github.com/godotengine>`__, | ||
| but some are hosted elsewhere. | ||
|
|
||
| Resources are sorted by alphabetical order. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Resources are sorted by alphabetical order. | |
| Resources are listed in alphabetical order. |
| Resources | ||
| ========= | ||
|
|
||
| This is a list of resources that people regularly refer to when contributing to Godot. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| This is a list of resources that people regularly refer to when contributing to Godot. | |
| This section lists resources that can be useful when contributing to Godot. |
|
|
||
| Resources are sorted by alphabetical order. | ||
|
|
||
| Benchmarks viewer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd say presenting it as a viewer sends the wrong signal.
| Benchmarks viewer | |
| Benchmarks (long-term performance tracker) |
|
|
||
| - **Link:** `benchmarks.godotengine.org <https://benchmarks.godotengine.org/>`__ | ||
| - `Source code <https://github.com/godotengine/godot-benchmarks/tree/main/web>`__ | ||
| (maintained by `Calinou <https://github.com/Calinou>`__) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure I would mention maintainers by name here. We don't do this for other areas of the engine either, and it's not super relevant to the technical information presented here.
...Though I guess there's a point to be made for it since these tools don't have teams maintaining them, so this is the only place we can mention the maintainers.
So idk, anybody else have an opinion?
| Results viewer for `Godot benchmarks <https://github.com/godotengine/godot-benchmarks>`__, | ||
| running daily on a dedicated server. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Results viewer for `Godot benchmarks <https://github.com/godotengine/godot-benchmarks>`__, | |
| running daily on a dedicated server. | |
| The `godot-benchmarks <https://github.com/godotengine/godot-benchmarks>`__ are run daily on a dedicated server. This makes it possible to track performance improvements and regressions over time. |
| Tracks the class reference completion status for all classes exposed to the | ||
| scripting API. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Tracks the class reference completion status for all classes exposed to the | |
| scripting API. | |
| Tracks the documentation coverage of the class reference. This can be useful to ensure that all of Godot's classes and functions are adequately documented. |
| (maintained by `akien-mga <https://github.com/akien-mga>`__) | ||
|
|
||
| Lists pull requests in a way that helps monitor stale and old PRs and | ||
| help clean up the review backlog. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| help clean up the review backlog. | |
| helps clean up the review backlog. |
This provides a centralized view of all web resources commonly referred to by contributors. It also lists the maintainer(s) for each resource, so you know who to contact if there is a particular issue.